:root {
  --principal-font: "Inter", sans-serif;
  --main-color: #272B36;
  --second-color: #3DD3B4;
  --third-color: #56ccb1;
}

.container__header {
  max-width: 1400px;
  margin: 0 auto;
  height: 150px !important;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sticky-header .site-header {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

#site__logo {
  width: 100%;
  max-height: 263px;
}

.novo__site {
  padding-top: 150px;
}

.novo__site__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.site-content.new-blog-content {
  padding-top: 150px !important;
  padding-left: 0;
  padding-right: 0;
}

#primary-navbar {
  justify-content: flex-end;
}

#navbar-collapse {
  display: none;
}

.bb-template-v2 #primary-menu > li.current-menu-ancestor > a,
.bb-template-v2 #primary-menu > li.current-menu-item > a,
.bb-template-v2 #primary-menu > li.current-menu-parent > a,
.bb-template-v2 #primary-menu > li.current_page_item > a {
  border-bottom: none;
}

.primary-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-menu > li > a {
  color: var(--main-color) !important;
  font-family: var(--principal-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 8px 16px !important;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.primary-menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #3DD3B4;
  transition: width 0.3s ease;
}

.primary-menu > li > a:hover {
  color: #1c2f4a !important;
  background-color: #9191911a;
}

.primary-menu > li > a:hover::after {
  width: 100%;
}

.has-scrolled #site__logo {
  width: 75%;
}

.has-scrolled .container__header {
  height: auto !important;
  padding: 1rem 1rem;
}

.has-scrolled .container__header .primary-menu > li > a {
  font-size: 1rem;
}

.has-scrolled .container__header .header__button__container__cta {
  font-size: 1.25rem;
}

.primary-menu > li {
  height: auto;
}

.primary-menu > li > a:focus {
  color: var(--main-color);
}

.primary-menu > li:hover {
  background: transparent;
  color: var(--main-color);
  box-shadow: none;
}

.primary-menu > li:hover a {
  color: var(--main-color) !important;
  transition: 0.3s ease;
}

.primary-menu > li a:hover {
  color: var(--second-color) !important;
}

.bb-template-v2 .primary-menu > li:hover > a:before {
  display: none;
}

.header__button__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__button__container__cta {
  color: #fff;
  font-family: var(--principal-font);
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 32.5px;
  background: #4ec3c1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 56px 8px;
  margin-left: 35px;
  transition: 0.3s ease;
  margin-top: -.5rem;
}



.header__button__container__cta:hover {
  background-color: var(--main-color);
  cursor: pointer;
  color: #fff;
}

.header__top__stripe {
  background: linear-gradient(90deg, #4ec3c1 0%, #39a9aa 100%);
}

.header__top__stripe__container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
}

.bb-footer,
.site-content:not(.maintenance-content),
.site-header {
  padding: 0;
}

.header__top__stripe__links {
  display: flex;
  align-items: center;
  gap: 100px;
}

.header__top__stripe__link {
  color: #174052;
  font-family: var(--principal-font);
  font-size: .9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.header__top__stripe__link:hover {
  color: #174052;
}

.posts__grid {
  display: grid;
  grid-template-columns: 60% auto;
  border: 1px solid var(--bb-content-border-color);
  border-radius: var(--bb-block-radius);
  margin-bottom: 2rem;
  overflow: hidden;
}

.new__blog__card.first__post {
  grid-row-start: 1;
  grid-row-end: 3;
  min-height: 500px;
}

.new__blog__card {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem;
}

.new__blog__card a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.new__blog__card__category {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}

.new__blog__card__category:after {
  content: "";
  height: 2px;
  width: 40px;
  display: block;
  background-color: var(--main-color);
}

.new__blog___content {
  background-color: #2d318686;
  font-size: 1.2rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

#block-2 {
  padding: 0;
  overflow: hidden;
}

#block-2 p {
  display: none;
}

#block-2 .rock-convert-banner {
  margin: 0;
}

.blog__menu {
  background-color: var(--main-color);
  padding: 0.5rem 1rem;
}

.blog__menu__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1290px;
  margin: 0 auto;
}

.asl_w_container.asl_w_container_1 {
  width: 20%;
}

#blog__menu {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0;
  width: 100%;
}

#blog__menu li {
  list-style: none;
}

#blog__menu li a {
  list-style: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  transition: 0.3s ease;
  line-height: normal;
}

#blog__menu li a:hover {
  color: var(--second-color);
}

.page-title {
  color: var(--main-color) !important;
}

#hero {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.hero__container {
  max-width: 1600px;
  width: 100%;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  position: absolute;
}

.hero__content {
  margin-top: -2rem;
}

.hero__content__title {
  color: #4ec3c1;
  font-family: var(--principal-font) !important;
  font-size: 4.7rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: -1rem;
}

.hero__content__text {
  color: #174052;
  text-align: center;
  font-family: var(--principal-font);
  font-size: 1.7625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero__content__text span {
  font-weight: 700;
}

.hero__content__button__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.hero__content__button {
  border-radius: 32.5px;
  background: #174052;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  font-family: var(--principal-font);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 9px 56px 8px;
  transition: 0.3s ease;
}

.hero__content__button:hover {
  cursor: pointer;
  opacity: 0.9;
}

section#values {
  margin-top: -5rem;
  position: relative;
  z-index: 2;
}

.values__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  background: #efefef;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.values__card {
  width: 33%;
  height: 100%;
  padding: 20px 2rem 1rem;
}

.values__container__divisor {
  content: "";
  display: block;
  width: 4px;
  height: auto;
  background: linear-gradient(180deg, #73f6e2 0%, #49bcbd 100%);
}

.values__card__title__container {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.values__card__title__container img {
  margin-right: 12px;
}

.values__card__title {
  color: #174052;
  font-family: var(--principal-font) !important;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.values__card__text {
  color: #6B6B6B;
  text-align: justify;
  font-family: var(--principal-font);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#values__card__text__middle {
  color: #174052;
}

section#about__us {
  padding: 5rem 1rem;
}

.about__us__content {
  max-width: 625px;
  margin-left: 105px;
}

.about__us__container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5rem;
}

.about__us__content__title {
  color: #174052;
  font-family: var(--principal-font) !important;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 3.125rem;
}

.about__us__content__title span {
  color: #56ccb1;
}

.about__us__content__text {
  color: #6b6b6b;
  font-family: var(--principal-font);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about__us__content__button__container {
  display: flex;
  margin-top: 2.5rem;
}

.about__us__content__button {
  border-radius: 32.5px;
  background: #174052;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  font-family: var(--principal-font);
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 13px 40px 11px;
  transition: 0.3s ease;
}

.about__us__content__button:hover {
  cursor: pointer;
  opacity: 0.8;
}

section#cta__stripe {
  background-image: url(../images/cta-stripe-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta__stripe__container {
  max-width: 1205px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.75rem 1rem;
  transform: translateX(-3rem);
}

.cta__stripe__title {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
  font-family: var(--principal-font) !important;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

.cta__stripe__text {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
  font-family: var(--principal-font);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

.cta__stripe__button {
  border-radius: 32.5px;
  background: #174052;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  font-family: var(--principal-font);
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 13px 36px 11px;
  transition: 0.3s ease;
}

.cta__stripe__button:hover {
  opacity: 0.8;
  cursor: pointer;
}

section#services {
  padding: 5rem 1rem 1rem;
}

.service__container {
  max-width: 1200px;
  margin: 0 auto;
}

.service__title__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.4375rem;
  margin-bottom: 40px;
}

.service__title {
  color: #174052;
  font-family: var(--principal-font) !important;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 95%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.service__title span {
  color: #56ccb1;
}

.service__title__text {
  color: #6b6b6b;
  font-family: var(--principal-font);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 728px;
}

.service__cards__container {
  max-width: 1200px;
  background: #efefef;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
}

.service__card {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 300px;
  border-bottom: 8px solid #49bcbd;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  padding-top: 33px;
}

#service__card__second {
  border-bottom: 8px solid #174052;
}

.service__card__number {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #174052;
  font-family: var(--principal-font);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  color: transparent;
  margin: 0;
  margin-bottom: 15px;
}

.service__card__number span {
  -webkit-text-stroke-color: #56ccb1;
}

.service__card__title {
  color: #174052;
  font-family: var(--principal-font) !important;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 90%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: .2rem;
  margin-bottom: 20px;
}

.service__card__title span {
  color: #56ccb1;
}

.service__card__text {
  color: #6b6b6b;
  font-family: var(--principal-font);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 322px;
}

.services__button__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.services__button {
  border-radius: 32.5px;
  background: #174052;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  font-family: var(--principal-font);
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 13px 40px 11px;
  transition: 0.3s ease;
}

.services__button:hover {
  opacity: 0.8;
  cursor: pointer;
}

section#blog {
  padding: 4rem 0;
}

.blog__container {
  max-width: 2556px;
  margin: 0 auto;
}

.blog__title__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.5625rem;
  background: #174052;
  padding-top: 47px;
  padding-bottom: 30px;
}

.blog__title {
  color: #fff;
  font-family: var(--principal-font) !important;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 98%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.blog__title__text {
  color: #fff;
  font-family: var(--principal-font);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 632px;
}

.blog__card__container {
  display: flex;
}

.blog__card {
  height: 550px;
  padding: 3.125rem 1.8125rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog__card__content__title {
  color: #fff;
  font-family: var(--principal-font) !important;
  font-size: 1.475rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
  min-height: 75px;
}

.blog__card__content p {
  color: #fff;
  font-family: var(--principal-font);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  height: 65px;
}

.blog__container__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.blog__button {
  border-radius: 32.5px;
  background: #174052;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  font-family: var(--principal-font);
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 12px 90px 10px;
  transition: 0.3s ease;
}

.blog__button:hover {
  opacity: 0.8;
  cursor: pointer;
}

#comments {
  padding-bottom: 3rem;
}

.comments__container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.comments__slider__container {
  width: 650px;
  height: 400px;
  flex-shrink: 0;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding-top: 62px;
  padding-left: 52px;
  position: absolute;
  right: 44rem;
}

.comments__slider__title__container {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.comments__slider__title {
  color: #174052;
  font-family: var(--principal-font) !important;
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: -0.5rem;
  margin-left: 21px;
}

.comments__slide__card__text {
  color: #6b6b6b;
  font-family: var(--principal-font);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 517px;
}

.comments__slide__card__author__container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.comments__slide__card__author__text {
  color: #174052;
  font-family: var(--principal-font);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

#sua-viagem-prev-button::before,
#sua-viagem-next-button::before {
  content: none;
}

#sua-viagem-prev-button,
#sua-viagem-next-button {
  width: 47px;
  height: 47px;
  opacity: 1;
  right: -3.9rem;
  left: auto;
  top: auto;
  bottom: -76px;
}

#sua-viagem-next-button {
  bottom: -26px;
}

#footer__novo {
  background: #174052;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 3rem 1rem;
}

.footer__container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer__container__logo {
  margin-right: 0;
}

.footer__container__title {
  color: #49bcbd;
  font-family: var(--principal-font) !important;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 19px;
}

.footer_contact__text {
  color: #fff !important;
  font-family: var(--principal-font);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}

.footer_contact__text__link {
  color: #fff !important;
  font-family: var(--principal-font);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}

.footer__social__links a {
  margin-right: 5px;
}

.mobile__hero__image__container {
  display: none;
}

.banner__home__image {
  width: 100%;
}

@media screen and (max-width: 1360px) {
  .comments__slider__container {
    right: auto;
    left: 2rem;
  }
}

@media screen and (max-width: 1300px) {
  .primary-menu > li > a {
    font-size: 1.1rem;
  }
  .header__button__container__cta {
    font-size: 1.2rem;
    margin-left: 20px;
    padding: 0.5rem 1.5rem 0.3rem;
  }
  #site__logo {
    max-width: 200px;
  }
  .header__top__stripe__container {
    transform: translateX(0);
  }
  .hero__content__title {
    font-size: 4rem;
  }
  .hero__content__text {
    font-size: 1.5625rem;
  }
  .hero__content__button {
    font-size: 1.25rem
  }
  .about__us__container {
    margin-left: 0;
  }
  .about__us__content {
    margin-left: 60px;
  }
  .cta__stripe__container {
    transform: translateX(0);
  }
  .blog__title__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .footer__container__logo img {
    width: 80%
  }
}

@media screen and (max-width: 1080px) {
  .bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a,
  .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item>a {
    background-color: transparent;
    color: var(--main-color) !important;
    font-family: var(--principal-font);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: uppercase;
    height: auto;
  }
  .header__top__stripe {
    display: none !important;
  }
  .header-aside { 
    display: none;
  }
  .container__header {
    display: none;
  }
  .bb-single-icon .mobile-logo-wrapper {
    justify-content: flex-end;
  }
  .bb-mobile-header-wrapper,
  .bb-mobile-panel-wrapper {
    display: block !important;
  }
  body:not(.logged-in) .bb-mobile-header .flex-1 {
    justify-content: flex-end;
  }
  .bb-mobile-panel-header .logo-wrap img {
    max-width: 76px;
  }
  .bb-icon-file {
    display: none !important;
  }
  .novo__site {
    padding-top: 65px;
  }
  .hero__content__title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0;
  }
  .hero__content__text {
    font-size: 1.3rem;
    display: block;
    width: 260px;
    margin: 0 auto;
  }
  .hero__content__button {
    font-size: 1.1rem;
    padding: 9px 36px 8px;
  }
  section#values {
    margin-top: -3rem;
  }
  .about__us__container {
    margin-left: 0;
  }
  .about__us__img__container {
    margin-bottom: 1rem;
  }
  .about__us__content__title {
    font-size: 2.5rem;
    display: flex;
    flex-direction: column;
  }
  .about__us__content__button {
    font-size: 1.2rem;
    padding: 14px 30px 13px;
    margin: 0 auto;
  }
  .about__us__content {
    max-width: 425px;
    margin-left: 2rem;
  }
  .cta__stripe__container {
    flex-direction: column;
    transform: translate(0);
  }
  .cta__stripe__title {
    font-size: 2.5rem;
    margin-bottom: .5rem;
    text-align: center;
  }
  .cta__stripe__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .cta__stripe__text br {
    display: none;
  }
  .cta__stripe__button {
    font-size: 1.2rem;
    padding: 11px 36px 10px;
  }
  .service__title__container {
    flex-direction: column;
    gap: 0;
    margin-bottom: 1rem;
  }
  .service__title {
    font-size: 2.5rem;
  }
  section#services {
    padding: 3rem 0;
  }
  .service__card {
    padding: 1rem;
  }
  .services__button {
    font-size: 1.2rem;
    padding: 11px 36px 10px;
  }
  .service__card__number {
    font-size: 3.2rem;
  }
  .service__card__title {
    font-size: 1.3rem;
  }
  section#blog {
    padding: 2rem 0 4rem;
  }
  .blog__title__container {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 0;
  }
  .blog__title {
    font-size: 2.3rem;
  }
  .blog__card {
    height: 400px;
    padding: 2.125rem 0.8125rem;
  }
  .blog__card__content__title {
    font-size: 1.15rem;
  }
  .blog__card__content p {
    height: 85px;
  }
  .blog__button {
    font-size: 1.2rem;
    padding: 10px 60px 9px;
  }
  #sua-viagem-prev-button, #sua-viagem-next-button {
    bottom: -61px;
    right: -5rem;
  }
  #sua-viagem-next-button {
    bottom: -11px;
  }
  #comments {
    padding: 1rem 1rem 4rem;
  }
  .comments__slider__container {
    position: static;
    width: 100%;
    max-width: 650px;
    height: auto;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
  }
  .comments__container {
    flex-direction: column;
  }
  .comments__slider__title {
    font-size: 2.2rem;
  }
  .comments__container .slick-dots {
    bottom: -36px;
  }
  .comments__slider__title__container {
    justify-content: center;
  }
  .comments__slide__card {
    width: fit-content;
    margin: 0 auto;
  }
  .footer__container {
    justify-content: space-around;
    gap: 2rem;
  }
  .footer__container__logo {
    max-width: 240px;
    margin-right: 0;
  }
  .footer__container__contact {
    margin-right: 0;
  }
  .blog__menu {
    display: none;
  }
  .site-content.new-blog-content {
    padding-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .banner__home__image {
    display: none;
  }
  body:not(.logged-in) .bb-mobile-header .flex-1 {
    justify-content: flex-end;
  }
  .bb-mobile-panel-header .logo-wrap img {
    max-width: 76px;
  }
  .bb-icon-file {
    display: none !important;
  }
  .novo__site {
    height: auto;
    padding-top: 76px;
  }
  
  #hero {
    background-image: url(../images/banner-mobile.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
  }
  .hero__content {
    margin-top: 0;
  }
  .hero__container {
    align-items: center;
    justify-content: center;
    padding: 4rem 0 6rem;
    position: static;
  }
  .hero__content__title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0;
  }
  .hero__content__text {
    font-size: 1.3rem;
    display: block;
    width: 260px;
    margin: 0 auto;
  }
  .hero__content__button {
    font-size: 1.1rem;
    padding: 9px 36px 8px;
  }
  .hero__container {
    height: auto;
  }
  .mobile__hero__image__container {
    display: block;
  }
  .mobile__hero__image__container img {
    width: 100%;
  }
  section#values {
    margin-top: -1rem;
  }
  .values__container {
    flex-direction: column;
  }
  .values__container__divisor {
    width: 100%;
    height: 4px;
  }
  .values__card {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .about__us__container {
    margin-left: 0;
    flex-direction: column;
  }
  .about__us__img__container {
    margin-bottom: 1rem;
  }
  .about__us__content__title {
    font-size: 2.5rem;
    display: flex;
    flex-direction: column;
  }
  .about__us__content {
    margin-left: 0;
  }
  .about__us__content__button {
    font-size: 1.2rem;
    padding: 14px 30px 13px;
    margin: 0 auto;
  }
  .cta__stripe__container {
    flex-direction: column;
    transform: translate(0);
  }
  .cta__stripe__title {
    font-size: 2.5rem;
    margin-bottom: .5rem;
    text-align: center;
    margin: 0 auto .5rem;
  }
  .cta__stripe__text {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .cta__stripe__text br {
    display: none;
  }
  .cta__stripe__button {
    font-size: 1.2rem;
    padding: 11px 36px 10px;
  }
  .service__title__container {
    flex-direction: column;
    gap: 0;
    margin-bottom: 1rem;
  }
  .service__title {
    font-size: 2.5rem;
  }
  section#services {
    padding: 3rem 1rem;
  }
  .service__cards__container {
    flex-direction: column;
  }
  .service__card {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .services__button {
    font-size: 1.2rem;
    padding: 11px 36px 10px;
  }
  section#blog {
    padding: 2rem 0 4rem;
  }
  .blog__title__container {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 0;
  }
  .blog__title {
    font-size: 2.3rem;
  }
  .blog__card__content p {
    height: 65px;
  }
  .blog__card__container {
    flex-direction: column;
  }
  .blog__card {
    height: 300px;
  }
  .blog__button {
    font-size: 1.2rem;
    padding: 10px 60px 9px;
  }
  #comments {
    padding: 1rem 1rem 4rem;
  }
  .comments__slider__container {
    position: static;
    width: 100%;
    max-width: 650px;
    height: auto;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
  }
  .comments__container {
    flex-direction: column;
  }
  .comments__slider__title {
    font-size: 2.2rem;
  }
  .comments__container .slick-dots {
    bottom: -36px;
  }
  .footer__container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .footer__container__logo {
    margin-right: 0;
    max-width: 220px;
  }
  .footer__container__contact {
    margin-right: 0;
  }
  .footer__container__title {
    text-align: center;
  }
  .footer__contact__subtitle {
    text-align: center;
  }
  .footer_contact__text {
    text-align: center;
  }
  .footer__container__menu {
    margin-right: 0;
  }
  .footer__menu__link {
    text-align: center;
  }
  .blog__menu {
    display: none;
  }
}

#rpwwt-recent-posts-widget-with-thumbnails-2 li a {
  display: flex;
  flex-direction: column;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 li a img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
}

#block-8 {
  padding: 0;
}

#block-8 p,
#block-8 .rock-convert-banner {
  margin: 0;
}

#block-8 img {
  border-radius: 10px;
}

/* Footer principal */
        .footer {
            background-color: var(--main-color);
            color: white;
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 48px 24px;
        }

        /* Grid do footer */
        .footer-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 32px;
        }

        @media (min-width: 768px) {
            .footer-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        /* Seção da empresa */
        .company-section {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .logo-container {
            margin-bottom: 24px;
        }

        .logo-container img {
            height: auto;
            width: auto;
            margin: 0 auto 16px auto;
            display: block;
        }

        @media (min-width: 768px) {
            .logo-container img {
                margin: 0 0 16px 0;
            }
        }

        .company-text {
            display: flex;
            flex-direction: column;
            gap: 16px;
            padding-right: 32px;
        }

        .company-text p {
            color: #fff;
            font-size: 14px;
            line-height: 1.6;
            text-align: justify;
        }

        .company-text strong {
            color: white;
        }

        /* Links rápidos */
        .links-section {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .section-title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 24px;
            position: relative;
            color: #fff;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 48px;
            height: 2px;
            background-color: white;
        }

        .links-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin: 0;
        }

        .links-list a {
            color: #fff;
            text-decoration: none;
            display: flex;
            align-items: center;
            transition: color 0.3s ease;
        }

        .links-list a:hover {
            color: white;
        }

        /* Contato */
        .contact-section {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .contact-icon {
            color: white;
            font-size: 20px;
        }

        .contact-item p {
            color: #d1d5db;
            margin: 0;
        }

        /* Divisória e rodapé inferior */
        .footer-divider {
            border-top: 1px solid rgba(96, 165, 250, 0.3);
            margin-top: 48px;
            padding-top: 32px;
        }

        .footer-bottom {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
        }

        @media (min-width: 768px) {
            .footer-bottom {
                flex-direction: row;
            }
        }

        .copyright {
            text-align: center;
            margin-bottom: 16px;
        }

        @media (min-width: 768px) {
            .copyright {
                text-align: left;
                margin-bottom: 0;
            }
        }

        .copyright p {
            color: #d1d5db;
        }

        .developer-info {
            display: flex;
            align-items: center;
            gap: 16px;
            color: #d1d5db;
        }

        .developer-link {
            display: flex;
            align-items: center;
            text-decoration: none;
        }

        .developer-link img {
            width: 30px;
            height: auto;
        }

        /* Ícone de email (usando caractere Unicode) */
        .email-icon::before {
            content: '✉';
            font-size: 20px;
            color: white;
        }
        
        /* ------------ Whats Modal Form ------------ */

.whatsapp-bubble {
    position: fixed;
    bottom: 20px;
    right: 95px;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 15px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
    font-size: 14px;
    color: #333;
    z-index: 1000;
    max-width: 250px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .3s ease-in-out, transform .3s ease-in-out
}

.whatsapp-button, .whatsapp-modal {
    right: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .2)
}

.whatsapp-bubble.show {
    opacity: 1;
    transform: translateY(0)
}

.whatsapp-bubble p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5
}

.whatsapp-bubble:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff
}

.whatsapp-bubble .close-bubble {
    position: absolute;
    top: 5px;
    right: 10px;
    background: 0 0;
    border: none;
    font-size: 14px;
    cursor: pointer;
    color: #999
}

.whatsapp-button {
    position: fixed;
    z-index: 100;
    bottom: 20px;
    background-color: #25d366;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 15px;
    font-size: 30px;
    cursor: pointer;
    transition: transform .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

#preloader, .whatsapp-modal {
    position: fixed;
    background-color: #fff
}

.whatsapp-button:hover {
    transform: scale(1.1);
    background-color: #25d366;
}

.whatsapp-button:focus {
    background-color: #25d366;
}

.whatsapp-button img {
    width: 30px;
    height: 30px
}

.whatsapp-modal {
    display: none;
    bottom: 100px;
    width: 350px;
    max-width: 100%;
    border-radius: 20px;
    z-index: 1000;
    opacity: 0;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transform: translateY(20px)
}

.whatsapp-modal.show {
    display: block;
    opacity: 1;
    transform: translateY(0)
}

.whatsapp-modal-header {
    background-color: #00a884;
    color: #fff;
    padding: 15px;
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.whatsapp-modal-header h3 {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.whatsapp-modal-header button {
    background: 0 0;
    border: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer
}

.whatsapp-modal-content {
    padding: 20px;
    background-color: #f9f9f9
}

.whatsapp-modal-content button, .whatsapp-modal-content input {
    width: calc(100% - 0px);
    padding: 12px;
    margin: 10px 0;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 16px
}

.whatsapp-modal-content button {
    background-color: #00a884;
    color: #fff;
    border: none;
    cursor: pointer
}

.whatsapp-modal-content button:hover {
    background-color: #007a65
}

#block-10 {
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#block-10 .wp-block-image {
    margin: 0;
}